home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.5 Applications 1998 June / SGI IRIX 6.5 Applications 1998 June.iso / dist / arraysvcs.idb / usr / lib / array / arrayd.auth.z / arrayd.auth
Encoding:
Text File  |  1998-04-15  |  1.4 KB  |  43 lines

  1. #
  2. # Default authentication information file for array services
  3. #
  4. # If array services authentication is being used, this file is a good
  5. # place to store the authentication keys for the various hosts that
  6. # may be contacted by the local array services daemon. This file should
  7. # NOT be readable by anybody except root.
  8. #
  9.  
  10.  
  11. #
  12. # Some systems need array services even though they do not use it to
  13. # communicate with other machines (e.g. systems that use the MPI
  14. # message passing library on the local machine only). These systems
  15. # can ignore all array services requests from remote machines by 
  16. # specifying the "NOREMOTE" authentication method.
  17. #
  18. # AUTHENTICATION NOREMOTE
  19.  
  20.  
  21. #
  22. # If all of the members of an array are on a secure network (e.g. it
  23. # is physically detached from the internet, or is behind a good
  24. # firewall), then authentication of array services messages may not
  25. # be necessary. For these systems, the "NONE" authentication method
  26. # may be used.
  27. #
  28. AUTHENTICATION NONE
  29.  
  30.  
  31. #
  32. # For other arrays, authentication is recommended. These systems
  33. # should use the "SIMPLE" authentication method, as described
  34. # in arrayd.conf(4). There should be an entry for each machine that
  35. # array services will try to communicate with, along with a private
  36. # key for authenticating messages. For example:
  37. #
  38. # AUTHENTICATION SIMPLE
  39. #   HOSTNAME machine1.domain.com    KEY 0x3817382771948
  40. #   HOSTNAME machine2.domain.com    KEY 0x8293994402001
  41. #
  42.  
  43.